Dekoratives Banner

Folder Class


    Folder.

Description

    The Folder class contains methods and attributes common to Folder objects. A Folder object corresponds to a directory or folder.

    Also included in this class are all attributes and methods within the FileSystem class, as those apply to Folders as well as Files.

    Note that the difference between the Folder Class and Folder Object is that the class attributes and methods require no specific instance of a Folder, whereas class methods and attributes do.

Attributes

    current

    see Folder current Class Attribute

    The current folder is returned as a Folder object.

    startup

    see Folder startup Class Attribute

    The folder containing the executable image of the running application.

    system

    see Folder system Class Attribute

    The folder containing the operating system files.

    temp

    see Folder temp Class Attribute

    The default folder for temporary files.

    trash

    see Folder trash Class Attribute

    The folder containing deleted items.

(Class Attributes from fileGetDialog() Global Function)

    fs

    see FileSystem fs Class Attribute

    The name of the files system; read-only.

Methods

    Folder()
    new Folder()

    see Folder() Class Method

    Construct a new Folder object.

    selectDialog()

    see Folder selectDialog() Class Method

    Open a dialog box that permits you to select a folder using the OS specific folder select dialog.

(Class Methodsfrom fileGetDialog() Global Function)

    decode()

    see FileSystem decode() Class Method

    decodes the input string from UTF-8

    encode()

    see FileSystem encode() Class Method

    encodes the input string in UTF-8